home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / s_to_z / vlistbox / listtest.def < prev    next >
Encoding:
Text File  |  1996-09-15  |  289 b   |  11 lines

  1. NAME            LISTTEST 
  2. EXETYPE         WINDOWS
  3. STUB            'WINSTUB.EXE' 
  4. CODE            PRELOAD MOVEABLE 
  5. DATA            PRELOAD MOVEABLE MULTIPLE
  6. HEAPSIZE        4096
  7. STACKSIZE       5110
  8. EXPORTS         WndProc          @1
  9.                 DIALOGSMsgProc          @2
  10.  
  11.